PrintJob

public interface PrintJob<PrintSettingT extends PrintSettings> implements Observable<T>

A printing operation that is currently in-progress.

Since

7.13

Parameters

<PrintSettingT>

specifies the type of print settings that can be applied to this job

Functions

Link copied to clipboard
public abstract Subscription on<E extends T>(Class<E> eventClass, Observer<E> observer)
Subscribes the given event observer to receive the events of the given eventClass.
Link copied to clipboard
public abstract PrintSettingT settings()
Returns the configurable settings of this print job.
Link copied to clipboard
public final Subscription subscribe<E extends Event>(Observer<E> observer)
public final Subscription subscribe<E extends Event>(Observer<E> observer)

Subscribes the given observer to receive events of type E from this Observable.